home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
smiley
/
rexecpr.dpr
< prev
next >
Wrap
Text File
|
1996-04-08
|
169b
|
13 lines
program Rexecpr;
uses
Forms,
Rexec in 'REXEC.PAS' {RExecFrm};
{$R *.RES}
begin
Application.CreateForm(TRExecFrm, RExecFrm);
Application.Run;
end.